Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.core.api.properties--configuration

This contribution is part of XML component org.nuxeo.ecm.core.api.properties inside nuxeo-core-api-9.10.jar /OSGI-INF/core-api-properties.xml

Documentation

Property that defines the max length of the document name, which is mainly used to build the document path.

Extension Point

Extension point configuration of component ConfigurationService.

Contributed Items

  • <property name="nuxeo.path.segment.maxsize">24</property>

XML Source

<extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">
    <documentation>
      Property that defines the max length of the document name,
      which is mainly used to build the document path.
    </documentation>
    <property name="nuxeo.path.segment.maxsize">24</property>
  </extension>